home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 4933 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  2.5 KB

  1. Path: soap.news.pipex.net!pipex!usenet
  2. From: m.hendry@dial.pipex.com (Mathew Hendry)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: Want to boot FAAAST? -problems
  5. Date: Thu, 7 Mar 96 00:52:32
  6. Organization: Private node.
  7. Distribution: world
  8. Message-ID: <19960307.5AE2E8.1273@ao076.du.pipex.com>
  9. References: <199.6630T608T838@login.eunet.no> <347.6631T956T857@stud.cs.uit.no> <19960305.4D8E60.2485@am183.du.pipex.com> <2479.6639T1370T1955@Redrobe.demon.co.uk>
  10. NNTP-Posting-Host: ao076.du.pipex.com
  11. X-Newsreader: TIN [AMIGA 1.3 950726BETA PL0]
  12.  
  13. Mike (Mike@Redrobe.demon.co.uk) wrote:
  14. : Hi, Mathew Hendry , on 05-Mar-96 01:46:59 you scribbled....
  15. : >One problem I did encounter was that my disk cache program (HyperCache)
  16. : >became unstable if I allowed it to be grabbed. This is probably obvious.
  17. : >Putting it in FastBoot-Startup and removing it from my normal
  18. : >Startup-Sequence fixed things. Analagous commands such as AddBuffers should
  19. : >probably be moved to FastBoot-Startup as well, just to be safe, though I
  20. : >suppose that they respond to disk changes properly.
  21. : Um that could be it... I use hypercache with a 512k buffer , and also lots of
  22. : addbuffers....
  23.  
  24. As I say, AddBuffers shouldn't cause problems (it works on floppy disks, after
  25. all). I suspect that HyperCache is not designed for use on removable
  26. disks - or at least that is what the problem suggests. I am using an ancient
  27. version of HyperCache (1.01B) which I snaffled from a coverdisk ages ago,
  28. which could be part of the problem. Anyway, moving it to FastBoot-Startup
  29. fixes it.
  30.  
  31. : >I also added a command to FastBoot-Startup to copy the contents of ENVARC: to
  32. : >ENV: - I don't want to have to do a new grab every time an ENV: setting is
  33. : >changed. I used "Copy ENVARC:~(Sys) ALL QUIET" so that screen mode prefs etc.
  34. : erm why would you need a new grab? diskchange should take care of that?
  35.  
  36. Oops. Cockup.
  37.  
  38. The line above _should_ say "Copy ENVARC:~(Sys) ENV: ALL QUIET" :/
  39.                                                 ^^^^
  40.  
  41. The contents of your RAM:Env directory need to be updated, otherwise they will
  42. remain as they were when you did your last grab.
  43.  
  44. : >Another problem I had was the virus, of course, but then I _always_ check
  45. : >archives for viruses before using them, particularly when those programs
  46. : >claim to cut boot times down to 3 seconds ;)
  47. : What does the virus actually do? I scrubbed it before it did anything ;)
  48.  
  49. It's harmless, as far as I know. Just a straight link virus which copies
  50. itself wherever it can. Nevertheless it's an unwelcome thing to have around.
  51.  
  52. -- Mat.
  53.